TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
Gbp-Pq: Name Version_2_6_15pre20
-"Version_2_6_15pre19"
+"Version_2_6_15pre20"
(string-concatenate "(" (substitute #\^ #\! (subseq x 0 2)) (subseq x 2) ")")))
(cons #v"\\*" (lambda (x) #.(ads "([^/.]*)")))
(cons #v"\\?" (lambda (x) #.(ads "([^/.])")))
- (cons #v"\\." (lambda (x) "\\."))))
+ (cons #v"[+|.^$()]" (lambda (x) (string-concatenate "\\" x)))))
(defconstant +physical-pathname-defaults+ '(("" "" "")
#+winnt("" "([A-Za-z]:)?" ":") #-winnt("" "()" "")